![]() |
|
|
|
|
|
addTreeViewItem |
Adds an item to a treeview gadget. |
|
removeTreeViewItem |
Removes a treeview item. |
|
setTreeViewItemText |
Sets the text of a treeview item. |
|
getTreeViewItemText |
Gets the text of a treeview item. |
|
setTreeViewImageList |
Associates an image list containing icons with a treeview. |
|
selectTreeViewItem |
Selects a treeview item. |
|
selectedTreeViewItem |
Retrieves the handle of the selected treeview item. |
|
getTreeViewChild |
Retrieves a handle to the first child of a treeview item. |
|
getTreeViewNext |
Retrieves a handle to the next sibling of a treeview item. |
|
getTreeViewPrev |
Retrieves a handle to the previous sibling of a treeview item. |
|
getTreeViewParent |
Retrieves a handle to the parent of a treeview item. |
|
getTreeViewRoot |
Retrieves a handle to the root treeview item. |
|
treeViewItemFromPoint |
Retrieves a handle to the treeview item at the specified co-ordinates. |